From: Dan Nicolaescu Date: Fri, 24 Aug 2007 06:05:22 +0000 (+0000) Subject: (BASE_PURESIZE): Increase. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8791^2~60 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=af430622d9d4367432dda852a562394e870ce488;p=emacs.git (BASE_PURESIZE): Increase. --- diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index 099531b928b..70e68d62169 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty @@ -1,3 +1,7 @@ +2007-08-24 Dan Nicolaescu + + * puresize.h (BASE_PURESIZE): Increase. + 2007-07-29 Dan Nicolaescu * puresize.h (BASE_PURESIZE): Increase. diff --git a/src/puresize.h b/src/puresize.h index 2c00f393c73..0a6f2858636 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1143000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1158000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */